home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / gnucash / gnucash-2.6.5-setup.exe / {app} / share / aqbanking / imexporters / swift / profiles / swiftmt940.conf < prev    next >
Text File  |  2014-12-19  |  793b  |  34 lines

  1.  
  2. char name="SWIFT-MT940"
  3. char shortDescr="Generic SWIFT MT940 Format"
  4. char version="5.4.2"
  5. char longDescr="This profile supports SWIFT MT940 documents"
  6. int import="1"
  7. int export="0"
  8.  
  9. char type="swift"
  10. char groupNames="transaction", "transfer", "debitnote"
  11.  
  12. params {
  13.   # currently supported: 940 and 942
  14.   char type="mt940"
  15.  
  16.   # the following can be used to define the SWIFT reports
  17.   # to be used (the value must match the content of tag :20:,
  18.   # wildcards and jokers allowed)
  19.   # rejectTag20 takes precedence over acceptTag20
  20.   
  21.   #char acceptTag20="STARTDISP"
  22.   
  23.   # define content of tag :20: whose reports are to be ignored
  24.   char rejectTag20="STARTDISP"
  25.   
  26.   # number of lines per file to skip
  27.   int skipFileLines=0
  28.   
  29.   # number of lines per document to skip
  30.   int skipDocLines=0
  31.   
  32. }
  33.  
  34.